home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
- end
-
- on mouseDown
- repeat while the stillDown and (the top of sprite 3 < the top of sprite 2)
- set the locV of sprite 3 to the locV of sprite 3 + 5
- updateStage()
- end repeat
- end
-
- on mouseLeave
- set the cursor of sprite the currentSpriteNum to 0
- end
-